-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CBRD-25241] Add SQL syntax to change the owner of the serial #5038
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…owner(), 2) Fix feat: Modified to decache only when executing the opt_serial_option_list option when executing the alter serial syntax
…_change_serial_owner() to au_change_serial_owner_method(), 2) style : changed permission-related error messages when changing serial owner
hgryoo
reviewed
Mar 22, 2024
hgryoo
approved these changes
Mar 22, 2024
beyondykk9
approved these changes
Mar 25, 2024
hyunikn
approved these changes
Mar 25, 2024
ctshim
approved these changes
Apr 1, 2024
…_SEMANTIC(317) in PT_ALTER_SERIAL, style : Added node->info.serial.code to PT_ALTER_SERIAL syntax
jongmin-won
force-pushed
the
CBRD-25241
branch
2 times, most recently
from
April 9, 2024 09:43
ca147bd
to
8452dd9
Compare
hyunikn
reviewed
Apr 11, 2024
jongmin-won
force-pushed
the
CBRD-25241
branch
2 times, most recently
from
April 15, 2024 04:57
3098228
to
0086df5
Compare
…tion_list to opt_serial_option_list_or_owner_clause
ctshim
approved these changes
Apr 23, 2024
|
hgryoo
reviewed
Apr 26, 2024
…ns the SERIAL_DECACHE function condition to its original state.
hgryoo
approved these changes
Apr 29, 2024
hyunikn
approved these changes
Apr 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
http://jira.cubrid.org/browse/CBRD-25241
To change the owner of the current serial, the 'CALLchange_serial_owner()' method must be performed, and the results of this method are successfully synchronized in the HA environment.
However, for user convenience, it is necessary to add an SQL statement to change the owner of serial.